(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <exec/io.h>
#include <proto/alib.h>
void DeleteExtIO()
SYNOPSIS
struct IORequest * ioreq
FUNCTION
Free a structure created by CreateExtIO().
INPUTS
ioreq
The returnvalue of CreateExtIO(). Must be
non
NULL.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
CreateStdIO()
, CreateExt()
INTERNALS
HISTORY
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Create standard and extended IO structures